Skip to content

Cryptography: add unwrap, gmac, cmac#845

Merged
stevespringett merged 3 commits intoCycloneDX:2.0-devfrom
bhess:bhe-20dev-tweaks
Mar 5, 2026
Merged

Cryptography: add unwrap, gmac, cmac#845
stevespringett merged 3 commits intoCycloneDX:2.0-devfrom
bhess:bhe-20dev-tweaks

Conversation

@bhess
Copy link
Contributor

@bhess bhess commented Feb 24, 2026

Adds GMAC/CMAC to modes
Fixes #780

Adds unwrap to cryptoFunctions
Fixes #794

Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
@bhess bhess requested a review from a team as a code owner February 24, 2026 16:19
@jkowalleck jkowalleck added this to the 2.0 milestone Feb 25, 2026
"cts": "Ciphertext Stealing mode.",
"xts": "XEX Tweaked-codebook with Stealing (disk encryption).",
"gmac": "Galois message authentication code",
"cmac": "Cipher-based message authentication code",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny change but maybe capitalize it to be consistent with the other descriptions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, updated accordingly.

@stevespringett stevespringett added the cap: cryptography Capability: Cryptography (CBOM) label Feb 26, 2026
bhess and others added 2 commits March 5, 2026 14:05
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
Signed-off-by: Steve Springett <steve@springett.us>
@stevespringett stevespringett merged commit 1816ddb into CycloneDX:2.0-dev Mar 5, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cap: cryptography Capability: Cryptography (CBOM)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants